home *** CD-ROM | disk | FTP | other *** search
- <HTML>
- <STYLE>
-
- BODY
- {
- background-color: #D8E9F5;
- margin: 0;
- }
-
- </STYLE>
- <HEAD>
- <SCRIPT LANGUAGE=JSCRIPT>
-
- function DoOnLoad()
- {
- window.external.TopTabsFrameLoaded();
- }
-
- function ScriptSetTabButtonsForED(bShowButtonForED) // don't modify this function name, it is being called from C++ using execScript()
- {
- /* if(true == bShowButtonForED)
- {
- // set the right image on top...
- imgMyCalTab.src = "res:IDG_ACMyCalTabUnselected";
- imgEvDirTab.src = "res:IDG_ACEvDirTabSelected";
-
- // update cursors
- imgEvDirTab.style.cursor = 'default';
- imgMyCalTab.style.cursor = 'hand';
-
- // update flyovers...
- imgEvDirTab.title = "";
- imgMyCalTab.title = "Show My Calendar";
-
- // update event handlers...
- imgEvDirTab.onclick = null;
- imgMyCalTab.onclick = SyncAndShowMyCalendar;
- }
- else
- {
- // set the right image on top...
- imgMyCalTab.src = "res:IDG_ACMyCalTabSelected";
- imgEvDirTab.src = "res:IDG_ACEvDirTabUnselected";
-
- // update cursors
- imgEvDirTab.style.cursor = 'hand';
- imgMyCalTab.style.cursor = 'default';
-
- // update flyovers...
- imgEvDirTab.title = "Show the Event Directory";
- imgMyCalTab.title = "";
-
- // update event handlers...
- imgEvDirTab.onclick = ShowEventDirectory;
- imgMyCalTab.onclick = null;
- } */
- }
-
- function ShowEventDirectory()
- {
- /* if (! window.external.InternetConnectionIsOpen() )
- {
- window.external.DoUserSignOn( "EventDirectory" );
- return;
- }
- window.external.ShowEventDirectory(); */
- }
-
- function SyncAndShowMyCalendar()
- {
- // set the right control to be visible...
- // window.external.SyncAndShowMyCalendar();
- }
-
- </SCRIPT>
- </HEAD>
-
-
- <!-- Use onmousemove on BODY tag to prevent spurious dragging
- (see bug 385860) -->
- <BODY onload="DoOnLoad();" onmousemove="return false"
- oncontextmenu="window.event.returnValue = false;">
-
- <!-- Set tabs to front of z-order to allow signed-on gif to slide behind
- them when window is made narrow -->
-
- <!-- <img ID="imgMyCalTab" src="res:IDG_ACMyCalTabSelected" title=""
- style="position:absolute; left:0; top:0;"
- style="z-index:100;"
- style="cursor:default;"
- >
-
- <img ID="imgEvDirTab" src="res:IDG_ACEvDirTabUnselected"
- title="Show the Event Directory"
- style="position:absolute; left:125; top:0;"
- style="z-index:100;"
- style="cursor:hand;"
- onclick="ShowEventDirectory()"
- >
-
- <img ID="imgSignOnStatus" align=right
- style="z-index: 0;"
- src="res:IDG_ACSignedOff"> -->
-
- <!-- Draw a border across the bottom of the frame, behind the tabs
- but in front of the GIF -->
- <!-- <div style="position:absolute; border-top:1px solid black; top:25; left:0; z-index:10;"
- style="width:expression(document.body.clientWidth - 10);"></div> -->
- -->
- </BODY>
- </HTML>
-